From: Ian Campbell Date: Wed, 20 Nov 2013 13:46:41 +0000 (+0000) Subject: xen: arm: improve early memory map readability X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5844 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=fce9a38af8a38e6d951a008919f7d9f7ba77615b;p=xen.git xen: arm: improve early memory map readability Purely cosmetic, put a blank line after the early memory map to separate it from the subsequent information. This looks better since the memory map is preceded by a blank line too. Signed-off-by: Ian Campbell Acked-by: Julien Grall --- diff --git a/xen/common/device_tree.c b/xen/common/device_tree.c index 44253da1c7..943b18185d 100644 --- a/xen/common/device_tree.c +++ b/xen/common/device_tree.c @@ -452,6 +452,7 @@ static void __init early_print_info(void) early_printk(" RESVD[%d]: %"PRIpaddr" - %"PRIpaddr"\n", i, s, e); } + early_printk("\n"); } /**